var net.errNoSuchHost
10 uses
net (current package)
dnsclient_unix.go#L192: return errNoSuchHost
dnsclient_unix.go#L225: return errNoSuchHost
dnsclient_unix.go#L288: if err == errNoSuchHost {
dnsclient_unix.go#L308: if err == errNoSuchHost {
dnsclient_unix.go#L402: return dnsmessage.Parser{}, "", &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L579: return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
lookup.go#L183: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
lookup.go#L291: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
net.go#L608: errNoSuchHost = errors.New("no such host")
cgo_unix.go#L180: err = errNoSuchHost